This action causes the browser to download a file, invoking the
appropriate viewer/editor as defined by the browser and/or
operating system preferences.
Triggers
The action's template has no triggers, but in most cases you will add at least one.
Internal Modeling
It is your responsibility to model whatever is needed to produce the file to be handled. Any complexity of modeling is possible, as long as the <File> exit is charged with a File data structure.
Make sure you properly set values to each of the three
components of the output File data structure:
Exits
<File> (non-repetitive exit [required]): The file to be handled (a File data structure).
Upon completion of the action, the file sent out through this
exit is downloaded used when invoking the relevant viewer/editor.
Notes
Suggested Usage
Use this action to display or save an Excel file generated by Update Excel Table or Update Excel Text, or a PDF file generated by Create PDF.
Usage Examples 1
"Examples/File Library/File Library View/Show File" in the "Examples" project:Usage Examples 2
"Examples/Documents/Images/Show File" in the "Examples" project: